home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
Graphic Elements 3
/
GEMisc
/
GEClearWorld.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-27
|
346 b
|
30 lines
|
[
TEXT/MMCC
]
/*
GEClearWorld.h
Utility to clear a Graphic Elements world of all elements for reuse
Copyright 1995 by Al Evans. All rights reserved.
3/27/95
*/
#ifndef GECLEARWORLD
#define GECLEARWORLD
#include "GraphElements.h"
#ifdef __cplusplus
extern "C" {
#endif
void ClearGEWorld(GEWorldPtr world);
#ifdef __cplusplus
}
#endif
#endif